OpenChannelMutedParticipantListViewModel

open class OpenChannelMutedParticipantListViewModel : OpenChannelUserViewModel<T>

ViewModel preparing and managing data related with the list of muted participants since 3.1.0

Constructors

Link copied to clipboard
open fun OpenChannelMutedParticipantListViewModel(@NonNull channelUrl: String, @Nullable queryHandler: PagedQueryHandler<User>)
Constructor

Functions

Link copied to clipboard
protected open fun createQueryHandler(@NonNull channelUrl: String): PagedQueryHandler<User>
Creates muted participant list query.